home *** CD-ROM | disk | FTP | other *** search
- ; installation script for ATCS Example Games
-
- ; tell user what's happening
-
- (user 2)
-
- (message
- (cat "Because of limited space on the A-Train Construction Set floppy "
- "disks, the Example Games where shipped compressed. This utility "
- "allows you to decompress the games to a formatted floppy disk.\n"
- "If you installed the Construction Set onto a hard "
- "drive, then the Example Games have already been decompressed "
- "and placed in the A-Train Drawer. If so, you can select Abort Install now.\n"
- "Otherwise, you will be asked to indicate onto which disk you want to "
- "put the Examples Games. You can insert that disk right now and then "
- "select Proceed. If you have only one floppy drive, you may need to "
- "swap disks occasionally."
- )
- )
-
- ; ask user where to put the drawer
-
- (set robopath
- (askdir
- (prompt "Please indicate onto which disk you want to put the Example Games.")
- (help @askdir-help)
- (default @default-dest)
- (disk)
- )
- )
-
- (complete 10)
-
- (set @default-dest "")
-
- (askdisk
- (prompt "Please insert the disk labeled \"A-Train Construction Set Disk 1\".")
- (help @askdisk-help)
- (dest "ATCS Disk 1")
- )
-
- (complete 20)
-
- (working "Installing Example Games.")
-
- (run
- (cat "\"ATCS Disk 1:c/atcs_expand\" \"ATCS Disk 1:examples.res\" \""
- (tackon robopath "Example") "\" f"
- )
- )
-
- (complete 100)
-
- (exit)
-
- (welcome) ; its a trick!
-